In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF / PrintGetMargins Method

PrintGetMargins Method (IGdPicturePDF)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(382)>

Sub PrintGetMargins( _

   ByRef LeftMargin As Single, _

   ByRef TopMargin As Single _

) 
[DispId(382)]

void PrintGetMargins( 

   ref float LeftMargin,

   ref float TopMargin

)
procedure PrintGetMargins( 

   var  LeftMargin: Single;

   var  TopMargin: Single

); 
DispIdAttribute(382)

function PrintGetMargins( 

   LeftMargin : float,

   TopMargin : float

);
[DispId(382)]

void PrintGetMargins( 

   ref float LeftMargin,

   ref float TopMargin

) 
[DispId(382)]

void PrintGetMargins( 

   float% LeftMargin,

   float% TopMargin

) 

Parameters

LeftMargin
TopMargin
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF
IGdPicturePDF Members